home *** CD-ROM | disk | FTP | other *** search
- cls
- picem /s shedevt0.ppm
- cls
- @echo off
- echo.
- echo You are about to delete all the files needed to install the
- echo She Devil DOOM graphic replacement from your DOOM directory.
- echo This included all the .PPM files and the installation/deinstallation
- echo batch files (but not the original archive).
- echo If you are not sure that the original SHEDEV.ZIP archive still exists
- echo on your disks, might I suggest you cancel this operation by typing
- echo CTRL-C now.
- echo.
- echo If you wish to cancel the deletion of the She Devil,
- echo hold down the CTRL key and press C now, otherwise
- pause
- echo.
- echo Are you SURE you wish to delete the She Devil files??
- echo.
- echo If you wish to cancel the deletion of the She Devil,
- echo hold down the CTRL key and press C now, otherwise
- pause
- echo.
- echo Deleting the She Devil graphics...
- del SHEDEVA1.PPM
- del SHEDEVA2.PPM
- del SHEDEVA3.PPM
- del SHEDEVA4.PPM
- del SHEDEVA5.PPM
- del SHEDEVB1.PPM
- del SHEDEVB2.PPM
- del SHEDEVB3.PPM
- del SHEDEVB4.PPM
- del SHEDEVB5.PPM
- del SHEDEVC1.PPM
- del SHEDEVC2.PPM
- del SHEDEVC3.PPM
- del SHEDEVC4.PPM
- del SHEDEVC5.PPM
- del SHEDEVD1.PPM
- del SHEDEVD2.PPM
- del SHEDEVD3.PPM
- del SHEDEVD4.PPM
- del SHEDEVD5.PPM
- del SHEDEVE1.PPM
- del SHEDEVE2.PPM
- del SHEDEVE3.PPM
- del SHEDEVE4.PPM
- del SHEDEVE5.PPM
- del SHEDEVE6.PPM
- del SHEDEVE7.PPM
- del SHEDEVE8.PPM
- del SHEDEVF1.PPM
- del SHEDEVF2.PPM
- del SHEDEVF3.PPM
- del SHEDEVF4.PPM
- del SHEDEVF5.PPM
- del SHEDEVF6.PPM
- del SHEDEVF7.PPM
- del SHEDEVF8.PPM
- del SHEDEVH1.PPM
- del SHEDEVH2.PPM
- del SHEDEVH3.PPM
- del SHEDEVH4.PPM
- del SHEDEVH5.PPM
- del SHEDEVH6.PPM
- del SHEDEVH7.PPM
- del SHEDEVH8.PPM
- del SHEDEVI0.PPM
- del SHEDEVJ0.PPM
- del SHEDEVK0.PPM
- del SHEDEVL0.PPM
- del SHEDEVM0.PPM
- del SHEDEVN0.PPM
- del SHEDEVT0.PPM
- echo Deleting the installation/deinstallation files...
- del UNSHEDEV.BAT
- del SHEDEV.BAT
- del PICEM.EXE
- del SHEDEV.DOC
- del README.BAT
- del SHOWTEXT.EXE
- echo.
- echo Complete!
- echo All She Devil files have been deleted from the DOOM directory.
- pause
-